Add GtkDropDown
authorMatthias Clasen <mclasen@redhat.com>
Mon, 9 Dec 2019 01:22:06 +0000 (20:22 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 30 May 2020 23:31:38 +0000 (19:31 -0400)
commit371dab51bb527fdbf417aed3217cde428b2b6863
treec5e2a3c3ef7bbe5a07bab6f12a2faca3909ef2c0
parent3ea2258ce9e50247a89e93a76e3b4b1aeb4a54df
Add GtkDropDown

This is a simple drop down control using list models.
12 files changed:
docs/reference/gtk/gtk4-docs.xml
docs/reference/gtk/gtk4-sections.txt
docs/reference/gtk/gtk4.types.in
gtk/gtk.h
gtk/gtkdropdown.c [new file with mode: 0644]
gtk/gtkdropdown.h [new file with mode: 0644]
gtk/meson.build
gtk/ui/gtkdropdown.ui [new file with mode: 0644]
tests/meson.build
tests/testdropdown.c [new file with mode: 0644]
testsuite/gtk/defaultvalue.c
testsuite/gtk/notify.c